home *** CD-ROM | disk | FTP | other *** search
- object PostTestForm: TPostTestForm
- Left = 190
- Top = 107
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Host to Post Using TmsHTTPClient Component'
- ClientHeight = 377
- ClientWidth = 355
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 250
- Height = 13
- Caption = 'URL: http://www.argosoft.com/cgi-bin/PostTest.exe'
- end
- object Label2: TLabel
- Left = 8
- Top = 39
- Width = 45
- Height = 13
- Caption = 'Your City:'
- end
- object Label3: TLabel
- Left = 8
- Top = 67
- Width = 64
- Height = 13
- Caption = 'Your Country:'
- end
- object Label4: TLabel
- Left = 8
- Top = 94
- Width = 97
- Height = 13
- Caption = 'Corresponding Form:'
- end
- object Label5: TLabel
- Left = 8
- Top = 256
- Width = 70
- Height = 13
- Caption = 'Returned Data'
- end
- object Label6: TLabel
- Left = 8
- Top = 192
- Width = 45
- Height = 13
- Caption = 'Visit Also:'
- end
- object Label7: TLabel
- Left = 72
- Top = 192
- Width = 223
- Height = 13
- Caption = 'http://www.argosoft.com/Delphi/PostTest.html'
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Label7Click
- end
- object FormMemo: TMemo
- Left = 8
- Top = 112
- Width = 337
- Height = 73
- Lines.Strings = (
-
- '<form action="http://www.argosoft.com/cgi-bin/PostTest.exe" meth' +
- 'od="POST">'
-
- 'City:<input type="text" size="40" maxlength="64" name="city"><br' +
- '>'
-
- 'Country:<input type="text" size="40" maxlength="64" name="countr' +
- 'y"><br>'
-
- '<input type="submit" value="Submit"><input type="reset" value="R' +
- 'eset">'
- '</html>')
- ReadOnly = True
- TabOrder = 0
- WordWrap = False
- end
- object PostButton: TButton
- Left = 8
- Top = 224
- Width = 75
- Height = 25
- Caption = 'Post'
- TabOrder = 1
- OnClick = PostButtonClick
- end
- object CancelButton: TButton
- Left = 112
- Top = 224
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Enabled = False
- TabOrder = 2
- end
- object ResultsMemo: TMemo
- Left = 8
- Top = 276
- Width = 337
- Height = 73
- TabOrder = 3
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 358
- Width = 355
- Height = 19
- Panels = <>
- SimplePanel = True
- SizeGrip = False
- end
- object CityEdit: TEdit
- Left = 96
- Top = 35
- Width = 249
- Height = 21
- TabOrder = 5
- end
- object CountryEdit: TEdit
- Left = 96
- Top = 63
- Width = 249
- Height = 21
- TabOrder = 6
- end
- object msHTTPClient1: TmsHTTPClient
- Version = '2.0'
- OnConnected = msHTTPClient1Connected
- OnDisconnected = msHTTPClient1Disconnected
- OnTransferProgress = msHTTPClient1TransferProgress
- OnConnecting = msHTTPClient1Connecting
- Authorization = False
- ProxyAuthorization = False
- OnSendingRequest = msHTTPClient1SendingRequest
- OnRequestSent = msHTTPClient1RequestSent
- Left = 296
- end
- end
-